CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 线性插值 双线性插值

搜索资源列表

  1. image-resize

    0下载:
  2. 图像的放大缩小,使用双线性插值跟最近邻插值,功能简单,适合初学者。(包含算法,并不是调用matlab插值内核)-Image zoom, bilinear interpolation with nearest neighbor interpolation, features a simple, suitable for beginners. (Including the algorithm, not calling matlab interpolation kernel)
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:561955
    • 提供者:candy
  1. bilinear

    0下载:
  2. 双线性插值,完成图像的上采样过程,使得图像不丢失太多的精度-Bilinear interpolation, an image on the sampling process is completed, so that the image is not lost too much precision
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:678196
    • 提供者:杨立加
  1. bilinear_function_2

    0下载:
  2. MATLAB将bayer图像转化为彩色图像的双线性插值算法-MATLAB will bayer image into a color image bilinear interpolation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:634
    • 提供者:heshiming
  1. bilinear_rgb

    0下载:
  2. 双线性插值算法,运用于讲彩色图像放大。本程序放大倍数范围在1-9,读者可根据需要修改-Bilinear interpolation algorithm, applied stresses color images to enlarge. This program magnification range of 1-9, the reader can be modified as needed
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:59286
    • 提供者:石头
  1. bilinear-interpolation

    0下载:
  2. 双线性插值算法实现 MFC C++语言 邻近算法 三次立方-bilinear interpolation
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:254559
    • 提供者:Lee
  1. doubleliner

    0下载:
  2. 该代码用于实现双线性插值,得到的图像效果良好,避免了图像模糊及失真等问题。-The code used to implement bilinear interpolation, image quality was good, avoid image blurring and distortion problems.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:48424
    • 提供者:陈云鹏
  1. onesnowflake

    0下载:
  2. 描述了雪粒在网格中的运动,用到了四边形网格,双线性插值的概念-Described the snow particles movement in the grid, use the quadrilateral mesh, bilinear interpolation concept
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:8268
    • 提供者:陈奕霖
  1. newsnowflake

    0下载:
  2. 精简的雪粒运动,用龙格库塔法来描述运动,在确定网格后,用双线性插值来确定实时雪粒的状态-Snow Grains streamlined movement, Runge-Kutta method used to describe the movement, in determining the grid, with bilinear interpolation to determine the real-time status and snowflakes
  3. 所属分类:JavaScript

    • 发布日期:2017-04-27
    • 文件大小:9971
    • 提供者:陈奕霖
  1. pic-stretch

    0下载:
  2. 图像展开的源代码,包括双线性插值算法,基于opencv的开发,适合做毕业课题。-Image expansion of the source code, including the bilinear interpolation algorithm, opencv based development, suitable for graduate subject.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-13
    • 文件大小:20999653
    • 提供者:吕豪杰
  1. peizhun1

    0下载:
  2. 图像配准程序,采用双线性插值,结果能运行。-Image registration process, USES the bilinear interpolation, the result can run.
  3. 所属分类:assembly language

    • 发布日期:2017-04-26
    • 文件大小:246823
    • 提供者:李明
  1. bilinear-interpolation

    0下载:
  2. bmp图像的双线性插值放大 纯C语言实现 包含bmp图像的读取和保存程序 可以直接运行-Read and save the program bmp image bilinear interpolation to enlarge pure C language contains bmp image can be run directly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2191
    • 提供者:晓松
  1. FunctionofBilinearInterpolation

    0下载:
  2. 函数主要实现图像处理过程中由于旋转缩放导致坐标不在整数位置,使用原始像素对当前像素点的计算方法:双线性插值!-The main function is to achieve image processing result in the rotation of the zoom position coordinates are not integers, the calculation method using the original pixel of the current pixel: bi
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-11
    • 文件大小:936
    • 提供者:封小云
  1. shuangxianxing

    0下载:
  2. 这是一个实现灰度图像双线性插值的小程序,程序中的参数m0和n0分别对应图像插值以后相对于原图像在行维和列维的放大倍数。-This is a grayscale image bilinear interpolation to achieve a small program, program parameters m0 and n0 respectively after the image interpolation with respect to the original image and th
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:538
    • 提供者:张龙龙
  1. Resize_lhs

    0下载:
  2. 双线性插值的纯c语言,windows,linux,dsp上,值得学习-ilinear interpolation of pure c language, Windows, Linux, DSP, worth learning
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1518
    • 提供者:virlhs
  1. bilinear-interplolation

    0下载:
  2. 自己写的数字图像处理,双线性插值的c++源程序。可供初学者参考学习使用。-Write your own digital image processing, bilinear interpolation of c++ source code. Reference for beginners to learn to use.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-13
    • 文件大小:2574991
    • 提供者:高阳
  1. resize

    1下载:
  2. 图像的缩放,采用两种方法,可以直接运行。向后映射,1.最近领域法,2.双线性插值法-Image scaling, two methods can be run directly. Backward mapping, a recent field of law, (2) bilinear interpolation
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:945
    • 提供者:李琛
  1. BilinearInterpolation

    0下载:
  2. 这种双线性插值的matlab源代码,学生需要可以下载使用-This kind of bilinear interpolation of matlab source code, students in need can be used to download
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:820
    • 提供者:zxk
  1. BilinearInterpolation

    0下载:
  2. 用双线性插值算法对图像进行放大处理的源码,可以对bmp图像进行处理。-Bilinear interpolation algorithm for image enlargement processing , you can use it to process bmp image.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-06-14
    • 文件大小:21868491
    • 提供者:陈娴
  1. GifCodec

    0下载:
  2. 参考网上的资料写的gif编解码。 编码用gdi解析常用图片格式,然后组装成gif 解码吧gif的每一帧转换成dib gif文件格式网上有很多介绍 gif用的变长lzw压缩算法: 没弄懂原理,只知道过程。压缩取一个字符作为后缀,看看字符串是否存在。存在,用对应的编码作为前缀继续取;不存在把字符串添加到字典,前缀添加到输出流,后缀作为前缀继续取。解压取一个编码看看字典中是否存在。存在用对应的字符串的第一个字符作为后缀,看看当前字符串是否存在,不存在添加到字典中,
  3. 所属分类:File Operate

    • 发布日期:2017-04-25
    • 文件大小:438088
    • 提供者:朱伯虎
  1. harmonic

    0下载:
  2. 图像放大 双线性插值放大相应的倍数后用调和模型进行扩散-Enlarge image Enlarge bilinear interpolation corresponding multiples reconcile after diffusion model
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1328
    • 提供者:艾迪
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 19 »
搜珍网 www.dssz.com